SetSamplers(Int32,SamplerState[]) Method
Sets an array of samplers to be used by the shader stage.
public void SetSamplers(
System.int ,
params SamplerState[]
)
'Declaration
Public Overloads Sub SetSamplers( _
ByVal As System.Integer, _
ByVal ParamArray () As SamplerState _
)
Parameters
- slot
- Index into the device's zero-based array to which to set the array of sampler states.
- samplers
- An array of sampler state to set